Adwaita: border for selmode checkboxes
authorJakub Steiner <jimmac@gmail.com>
Mon, 6 Mar 2017 14:34:38 +0000 (15:34 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 6 Mar 2017 17:02:01 +0000 (17:02 +0000)
- there was an extra border for selection mode

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 36a3d26b073611fb07e2e17a90876acfa34c3b79..b07ff8ebcfce546cc254fcf5bfb54a9adf3f32e3 100644 (file)
@@ -2602,6 +2602,7 @@ switch {
     background-image: none;
     transition: none;
     box-shadow: none;
+    border-width: 0;
   }
 }
 
index cb8f06b9e606df03c59e3dd5a1130670363f448b..f1417594c6619c26c9de18c4e61c823da4bbd1a6 100644 (file)
@@ -2809,7 +2809,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list),
 .content-view .tile check:hover:not(list) {
@@ -2820,7 +2821,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:active:not(list), iconview.content-view.check:active:not(list),
 .content-view .tile check:active:not(list) {
@@ -2831,7 +2833,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list),
 .content-view .tile check:backdrop:not(list) {
@@ -2842,7 +2845,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list),
 .content-view .tile check:checked:not(list) {
@@ -2853,7 +2857,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list),
 .content-view .tile check:checked:hover:not(list) {
@@ -2864,7 +2869,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list),
 .content-view .tile check:checked:active:not(list) {
@@ -2875,7 +2881,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list),
 .content-view .tile check:backdrop:checked:not(list) {
@@ -2886,7 +2893,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 checkbutton.text-button, radiobutton.text-button {
   padding: 2px 0;
index 51447f86dec6e636ca9d61e8afb5f9dc779617fe..ab296d04a930838acdf5326ce973d619fe325210 100644 (file)
@@ -2836,7 +2836,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list),
 .content-view .tile check:hover:not(list) {
@@ -2847,7 +2848,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:active:not(list), iconview.content-view.check:active:not(list),
 .content-view .tile check:active:not(list) {
@@ -2858,7 +2860,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list),
 .content-view .tile check:backdrop:not(list) {
@@ -2869,7 +2872,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list),
 .content-view .tile check:checked:not(list) {
@@ -2880,7 +2884,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list),
 .content-view .tile check:checked:hover:not(list) {
@@ -2891,7 +2896,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list),
 .content-view .tile check:checked:active:not(list) {
@@ -2902,7 +2908,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 .view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list),
 .content-view .tile check:backdrop:checked:not(list) {
@@ -2913,7 +2920,8 @@ switch {
   min-height: 40px;
   background-image: none;
   transition: none;
-  box-shadow: none; }
+  box-shadow: none;
+  border-width: 0; }
 
 checkbutton.text-button, radiobutton.text-button {
   padding: 2px 0;